home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c / 407 < prev    next >
Encoding:
Text File  |  1996-08-06  |  866 b   |  28 lines

  1. Path: oskar.Hagenuk.de!news
  2. From: berg@hagenuk.de (Jens Berg)
  3. Newsgroups: comp.std.c
  4. Subject: Re: "c" question.
  5. Date: 16 Feb 1996 05:54:55 GMT
  6. Organization: Hagenuk Telecom GmbH
  7. Message-ID: <4g167f$b05@oskar.Hagenuk.de>
  8. References: <312048DF.4E51@vast.cs.byu.edu>
  9. Reply-To: berg@hagenuk.de (Jens Berg)
  10. NNTP-Posting-Host: kst103_hat_jens_berg.hagenuk.de
  11. X-Newsreader: IBM NewsReader/2 v1.02
  12.  
  13. In <312048DF.4E51@vast.cs.byu.edu>, William Donald Peterson III <willp@vast.cs.byu.edu> writes:
  14. >I have a question.  I was wondering if anybody knows how to display a 
  15. >character that is not on the keyboard, but is in the alphabet.  For 
  16. >example, if I wanted to "printf" the 129th ascii character.
  17.  
  18. printf ("%c", 129);
  19.  
  20. [Jens]
  21.  
  22. Jens Berg
  23. Hagenuk GmbH, Kiel - Germany
  24. Phone: +49 431 8818 70020, email: berg@hagenuk.de
  25. #include <standard.disclaimer>
  26. I only speak for myself!
  27.  
  28.